Serialized Form


Package rolesystem.core

Class rolesystem.core.RoleAction extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
Name of this action.


addressee

int addressee
Identifier of the addressee of this action.


content

java.io.Serializable content
Informative content of this action (if any).

Class rolesystem.core.RoleEvent extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
Name of this event.


sender

int sender
Identifier of the sender of this event.


senderRole

java.lang.String senderRole
Role of the sender of this event.


content

java.io.Serializable content
Informative content of this event (if any).

Class rolesystem.core.RoleException extends java.lang.Exception implements Serializable


Package rolesystem.jade

Class rolesystem.jade.RoleCommand extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
Name of this command.


parameters

java.io.Serializable[] parameters
Parameters of this command.

Class rolesystem.jade.RoleMsg extends java.lang.Object implements Serializable

Serialized Fields

scope

int scope
Scope of this message. 0 refers to system scope, other numbers refer to the corresponding registrations.


content

java.io.Serializable content
Content of this message.


Package rolesystem.jade.server

Class rolesystem.jade.server.PermissionMatrix extends java.lang.Object implements Serializable

Serialized Fields

roles

java.lang.String[] roles
Known roles.


allowed

boolean[][] allowed
Matrix of permissions associated to roles.

Class rolesystem.jade.server.PermissionMatrix.PMException extends java.lang.Exception implements Serializable

Class rolesystem.jade.server.PMGui extends javax.swing.JFrame implements Serializable

Serialized Fields

permissionMatrix

PermissionMatrix permissionMatrix
Permission matrix to manipulate.


owner

PMGui.PMOwner owner
Owner of this GUI, that is notified when this GUI is being closed.


senderComboBox

javax.swing.JComboBox senderComboBox
Combo box of sender roles.


addresseeComboBox

javax.swing.JComboBox addresseeComboBox
Combo box of addressee roles.


allowedCheckBox

javax.swing.JCheckBox allowedCheckBox
Check box for "Interactions allowed".


Package rolesystem.roles.auction

Class rolesystem.roles.auction.Money extends java.lang.Object implements Serializable

Serialized Fields

amount

Price amount
Amount of payment.

Class rolesystem.roles.auction.Price extends java.lang.Object implements Serializable

Serialized Fields

amount

double amount
Amount.


currency

java.lang.String currency
Currency.

Class rolesystem.roles.auction.Sale extends java.lang.Object implements Serializable

Serialized Fields

reserve

Price reserve
Reserve price.


goodDesc

java.lang.String goodDesc
Good description.


good

java.io.Serializable good
Good put on sale.

Class rolesystem.roles.auction.Situation extends java.lang.Object implements Serializable

Serialized Fields

price

Price price
Price proposed for good.


winnBidder

int winnBidder
Current winning bidder.


countdown

int countdown
Current situation of countdown (ticks to end).